From: kfraser@localhost.localdomain Date: Wed, 26 Jul 2006 09:08:13 +0000 (+0100) Subject: [LINUX] Disable configuration of ARCH_SPARSEMEM_ENABLE on x86/64. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15786^2~10^2~12 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=b296701bb288ae3a0549422c50ea2a79870dd840;p=xen.git [LINUX] Disable configuration of ARCH_SPARSEMEM_ENABLE on x86/64. Signed-off-by: Keir Fraser --- diff --git a/linux-2.6-xen-sparse/arch/x86_64/Kconfig b/linux-2.6-xen-sparse/arch/x86_64/Kconfig index 968178f6af..45d8302cb4 100644 --- a/linux-2.6-xen-sparse/arch/x86_64/Kconfig +++ b/linux-2.6-xen-sparse/arch/x86_64/Kconfig @@ -330,7 +330,7 @@ config ARCH_DISCONTIGMEM_DEFAULT config ARCH_SPARSEMEM_ENABLE def_bool y - depends on (NUMA || EXPERIMENTAL) + depends on (NUMA || EXPERIMENTAL) && !X86_64_XEN config ARCH_MEMORY_PROBE def_bool y